From 456a5a3196bde2858ba903bbbe914e41e2672c40 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Mon, 31 Jul 2006 15:14:47 -0600 Subject: [PATCH] [IA64] Enable xen0 smp when machine only has 2 LPs (NR_CPUS -> 16) This patch intends to enable xen0's smp if machine only has 2 LPs, because the 2nd enabled LSAPIC entry is @ 5th slot in MADT table. Signed-off-by: Kevin Tian Signed-off-by: Zhang xiantao --- buildconfigs/linux-defconfig_xen0_ia64 | 2 +- buildconfigs/linux-defconfig_xen_ia64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildconfigs/linux-defconfig_xen0_ia64 b/buildconfigs/linux-defconfig_xen0_ia64 index 08a32721aa..d136b94ca8 100644 --- a/buildconfigs/linux-defconfig_xen0_ia64 +++ b/buildconfigs/linux-defconfig_xen0_ia64 @@ -117,7 +117,7 @@ CONFIG_IA64_CYCLONE=y CONFIG_IOSAPIC=y CONFIG_FORCE_MAX_ZONEORDER=11 CONFIG_SMP=y -CONFIG_NR_CPUS=4 +CONFIG_NR_CPUS=16 CONFIG_HOTPLUG_CPU=y # CONFIG_SCHED_SMT is not set # CONFIG_PREEMPT is not set diff --git a/buildconfigs/linux-defconfig_xen_ia64 b/buildconfigs/linux-defconfig_xen_ia64 index 566a70522e..d497060518 100644 --- a/buildconfigs/linux-defconfig_xen_ia64 +++ b/buildconfigs/linux-defconfig_xen_ia64 @@ -117,7 +117,7 @@ CONFIG_IA64_CYCLONE=y CONFIG_IOSAPIC=y CONFIG_FORCE_MAX_ZONEORDER=11 CONFIG_SMP=y -CONFIG_NR_CPUS=4 +CONFIG_NR_CPUS=16 CONFIG_HOTPLUG_CPU=y # CONFIG_SCHED_SMT is not set # CONFIG_PREEMPT is not set -- 2.30.2